native machine meaning in English
本机
Examples
- Turn java language source code or compiled bytecode into native machine code with
将java语言源代码或已编译的字节码换成本机代码。 - Msil is subsequently jit - compiled , just before execution , into native machine code
Msil随后恰好在执行前被实时( jit )编译成本机代码。 - Gcj takes java source or byte codes and compiles them into native machine code
Gcj获得java源代码或字节码,然后将它们编译成本机机器代码。 - It ' s not really a compiler in the sense that it doesn ' t produce native machine code from php sources , but it works
由于它不从php代码中产生机器本地码,感觉上应该不算真正的编译器。但它确实能工作。 - Then , if the security requirements are met , the clr performs just in time compilation to convert the il code into native machine instructions
然后,如果符合安全要求, clr执行实时( jit )编译以将il代码转换为本机机器指令。